Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/apps: move setup-smoke-test #2871

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

felixge
Copy link
Member

@felixge felixge commented Sep 17, 2024

Move setup-smoke-test from internal/apps/setup-smoke-test to internal/setup-smoke tests. This allows the other internal/apps to use the latest version of go. We want this because these apps are often used to test the latest new features which may depend on new go version. They are also used for screenshots where we don't want to show an old go version.

setup-smoke-test is serving a different purpose and needs to be tested against the minimum version of Go that we support. So move it to a separate location and give it its own go.mod file.

What does this PR do?

Motivation

Reviewer's Checklist

  • Changed code has unit tests for its functionality at or near 100% coverage.
  • System-Tests covering this feature have been added and enabled with the va.b.c-dev version tag.
  • There is a benchmark for any new code, or changes to existing code.
  • If this interacts with the agent in a new way, a system test has been added.
  • Add an appropriate team label so this PR gets put in the right place for the release notes.
  • Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild.

Unsure? Have a question? Request a review!

Move setup-smoke-test from internal/apps/setup-smoke-test to
internal/setup-smoke tests. This allows the other internal/apps to use
the latest version of go. We want this because these apps are often used
to test the latest new features which may depend on new go version. They
are also used for screenshots where we don't want to show an old go
version.

setup-smoke-test is serving a different purpose and needs to be tested
against the minimum version of Go that we support. So move it to a
separate location and give it its own go.mod file.
@felixge felixge mentioned this pull request Sep 17, 2024
6 tasks
@pr-commenter
Copy link

pr-commenter bot commented Sep 17, 2024

Benchmarks

Benchmark execution time: 2024-09-17 08:29:03

Comparing candidate commit e20d7ee in PR branch PROF-9130/move-smoke-test with baseline commit 6d0e1b8 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 58 metrics, 1 unstable metrics.

@felixge felixge marked this pull request as ready for review September 17, 2024 08:50
@felixge felixge requested a review from a team as a code owner September 17, 2024 08:50
felixge added a commit that referenced this pull request Sep 17, 2024
Remove go version workaround. This will be addressed by merging
#2871 first.

Use go1.23.0 instead of go1.23 since the latter includes pre-release
versions which we don't want here.
@felixge felixge merged commit 1f0966d into main Sep 17, 2024
165 of 166 checks passed
@felixge felixge deleted the PROF-9130/move-smoke-test branch September 17, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants